Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 6 - Style Objects / Style Objects Reference
Style Objects Routines / Managing Highlight Styles


Q3HighlightStyle_Submit

You can use the Q3HighlightStyle_Submit function to submit a highlight style in immediate mode.

TQ3Status Q3HighlightStyle_Submit (
TQ3AttributeSet highlightAttribute, 
TQ3ViewObject view);
highlightAttribute
An attribute set.
view
A view.
DESCRIPTION
The Q3HighlightStyle_Submit function sets the highlight style of the view specified by the view parameter to the style specified in the highlightAttribute parameter.

SPECIAL CONSIDERATIONS
You should call Q3HighlightStyle_Submit only in a submitting loop.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996